Allow deprecated use of SipHasher
authorAlex Crichton <alex@alexcrichton.com>
Fri, 30 Sep 2016 16:17:36 +0000 (09:17 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 30 Sep 2016 16:17:36 +0000 (09:17 -0700)
commit3af7890c42713e306ec3675ff0b5af6c558f524a
tree5a6eb315c372a7eaad1aa9d334d98d9f499ae227
parentcbe47ed52e6783ea6e53955f096527a3adae2a96
Allow deprecated use of SipHasher

This type is being deprecated in rust-lang/rust#36815, so allow use of the
deprecated type for now. We can fix this later once new APIs have landed.
src/cargo/sources/git/source.rs
src/cargo/util/hex.rs